                         THE PYGAME PACKAGE
                        1.9.1 for Python 3.1.x


Dependencies
------------
To install the pygame package for Windows, you must first install
Python.


Installation
------------
To install pygame, simply run the pygame set-up program, 
pygame-1.9.1.win32-py3.1.msi, by double-clicking it, and follow 
the prompts.

If you get a message that Python can't be found, you may need to 
update your PATH to include the folder in which you installed Python.


Testing
-------
Start the Python interpreter and type:

import pygame

If this line produces no errors, you've successfully installed the 
package. 


Official Site
-------------
For more information, visit the official pygame web site at 
http://www.pygame.org.
